home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chronicles of Narnia, The…) (Electronic Press Kit)
/
Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin
/
bv_n_logos_es.swf
/
scripts
/
frame_2
/
DoAction_2.as
next >
Wrap
Text File
|
2005-10-03
|
127b
|
8 lines
i = 0;
while(Number(i) != 100)
{
duplicateMovieClip("/snow","snow" add i,16384 + i);
i = Number(i) + 1;
}
stop();